Vcenter Vcha Cluster Active Info

Vcenter Vcha Cluster Active Info
Vcenter Vcha Cluster Active Info

The Vcenter Vcha Cluster Active Info schema contains the network and placement information of the active node of a VCHA Cluster.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "management": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "default_gateway": "string",
        "dns_servers": [
            "string"
        ]
    },
    "ha": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "default_gateway": "string",
        "dns_servers": [
            "string"
        ]
    },
    "placement": {
        "management_vcenter_name": "string",
        "management_vcenter_server_guid": "string",
        "vm_name": "string",
        "datacenter": "string",
        "datacenter_name": "string",
        "host": "string",
        "host_name": "string",
        "cluster": "string",
        "cluster_name": "string",
        "ha_network": "string",
        "ha_network_name": "string",
        "ha_network_type": "string",
        "management_network": "string",
        "management_network_name": "string",
        "management_network_type": "string",
        "storage": {
            "datastore": "string",
            "datastore_name": "string"
        },
        "bios_uuid": "string"
    }
}
management
Required

IP specification for the Management network.

This property was added in vSphere API 6.7.1.

ha
Optional

IP specification for the HA network.

This property was added in vSphere API 6.7.1.

If missing or null, then the second NIC of the Active Node of the VCHA cluster is not configured.

placement
Optional

Contains the placement information of the active node.

This property was added in vSphere API 6.7.1.

If missing or null, the request specified that placement information of the active node should not be included.